home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_03 / 9n03066d < prev    next >
Encoding:
Text File  |  1995-11-01  |  230 b   |  12 lines

  1.  
  2. /* 
  3.  * Modulename:  clock.h
  4.  *
  5.  * Description: Constant definitions for clock.c
  6.  */
  7. #define TIME_FACTOR     -9216
  8. #define HUN             3
  9. #define SEC             2
  10. #define MIN             1
  11. #define HRS             0
  12.